body{
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

.header{
    display: flex;
    width: 100%;
    background-color: rgb(98, 129, 98);
    text-align: center;
    justify-content: center;
}

.left-nav{
    display: flex;
    margin: 20px 20px;
    left: 0;
    margin-right: 35%;
}
.left-nav ul{
    display: flex;
    list-style: none;
    font-size: 18px;
    margin-right: 30px;
}
.left-nav ul a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-left: 20px;
    transition: 0.3s ;
}
.left-nav ul a:hover{
    font-size: 20px;
}
.left-nav ul input{
    border: 1px solid black;
    color: rgb(0, 0, 0);
}
.left-nav ul input:hover{
    background-color: rgb(98, 129, 98);
    border: 3px solid black;
}
.right-nav{
    display: flex;
    margin: 20px 20px;
    padding-top:15px ;
    right: 0;
}
.right-nav a{
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding-left: 30px;
    transition: 0.3s;
}
.right-nav a:hover{
    font-size: 20px;
}
.logoImg{
    font-size: 20px;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.new-arrival{
    margin-top: 20px;
    margin-left: 40px;
    font-weight: 800;
    font-size: 35px;
}
.overlay-section{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    text-align: left;
    margin-top: 40px;
    margin-left: 50px;
}
.shop-image{
    height: 320px;
    width: 300px;
    margin-bottom: 100px;
    margin-right: 5px;

}
.shop-image img{
    height: 100%;
    width: 100%;
}
.shop-link{
    color: black;
    text-decoration: none;
}
.shop-link:hover{
    text-decoration: underline;
}
.shop-image h3{
    margin-bottom: 6px;
}
.recommended{
    margin-left: 20px;
    padding-top: 30px;
}
.recommended-img{
    background-color: rgb(98, 129, 98);
    margin-left: 0px;
    padding-top: 40px;
    padding-left: 40px;
    text-align: center;
}
footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
}
.quick-links{
    color: white;
    text-align: center;
    padding: 20px;
    text-align: left;
    margin-left: 10%;
}
.quick-links p{
    margin-bottom: 30px;
    font-size: 23px;
}
footer a{
    display: block;
    padding-bottom: 30px;
    color: rgb(98, 129, 98);
    font-size: 17px;
}
.subscribe{
    color: white;
    padding: 20px;
    text-align: right;
    margin-right: 10%;
}
.subscribe p{
    margin-bottom: 30px;
    font-size: 23px;
}
.subscribe input{
    height: 40px;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    color: white;
}
.subscribe input:focus{
    border: none;
}
.subscribe button{
    height: 40px;
    width: 20px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    background-color: transparent;
    border-top: none;
    border-left: none ;
    color: white;
    transition: .3s ease;
}
.subscribe button:hover{
    background-color: white;
    border-top: none;
    border-left: none ;
    color: black;
}
.copyright{
    margin-top: 0;
    background-color: black;
    margin-bottom: 0;
    color: rgb(90, 90, 90);
    text-align: center;
    padding: 10px;
}






@media screen and (max-width: 770px) {
    .left-nav{
        display: flex;
        margin: 20px 5px;
        left: 0;
        margin-right: 5%;
    }
    .left-nav ul{
        display: flex;
        list-style: none;
        font-size: 15px;
        margin-right: 30px;
    }
    .left-nav ul a{
        color: rgb(255, 255, 255);
        text-decoration: none;
        margin-left: 10px;
        transition: 0.3s ;
    }
    .left-nav ul a:hover{
        font-size: 17px;
    }
    .left-nav ul input{
        border: 1px solid black;
        color: rgb(0, 0, 0);
    }
    .left-nav ul input:hover{
        background-color: rgb(98, 129, 98);
        border: 3px solid black;
    }
    .right-nav{
        display: flex;
        margin: 20px 20px;
        padding-top: 15px;
        right: 0;
    }
    .right-nav a{
        color: white;
        text-decoration: none;
        font-size: 15px;
        padding-left: 30px;
        transition: 0.3s;
    }
    .right-nav a:hover{
        font-size: 17px;
    }
    .overlay-section{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: left;
        margin-top: 40px;
        margin-left: 0;
    }
    .shop-image{
        height: 250px;
        width: 220px;
        margin-bottom: 100px;
        margin-right: 5px;
    
    }
    .shop-image img{
        height: 100%;
        width: 100%;
    }
    .shop-link{
        color: black;
        text-decoration: none;
    }
    .shop-link:hover{
        text-decoration: underline;
    }
    .shop-image h3{
        margin-bottom: 6px;
    }
    .recommended-img{
        background-color: rgb(98, 129, 98);
        margin-left: 0px;
        padding-top: 40px;
        padding-left: 0px;
    }
    footer{
        display: block;
        align-items: normal;
        justify-content: center;
        background-color: black;
    }
    .quick-links{
        color: white;
        text-align: center;
        padding: 20px;
        text-align: left;
        margin-left: 10%;
    }
    .quick-links p{
        margin-bottom: 30px;
        font-size: 19px;
    }
    footer a{
        display: block;
        padding-bottom: 30px;
        color: rgb(98, 129, 98);
        font-size: 15px;
    }
    .subscribe{
        display: block;
        color: white;
        padding: 20px;
        text-align: right;
        margin-right: 10%;
    }
    .subscribe p{
        margin-bottom: 30px;
        font-size: 18px;
    }
    .subscribe input{
        height: 40px;
        background-color: transparent;
        border-top: none;
        border-right: none;
        border-left: 2px solid white;
        border-bottom: 2px solid white;
        color: white;
    }
    .subscribe input:focus{
        border: none;
    }
    .subscribe button{
        height: 40px;
        width: 20px;
        border-right: 2px solid white;
        border-bottom: 2px solid white;
        background-color: transparent;
        border-top: none;
        border-left: none ;
        color: white;
        transition: .3s ease;
    }
    .subscribe button:hover{
        background-color: white;
        border-top: none;
        border-left: none ;
        color: black;
    }
}




@media screen and (max-width: 430px) {
    .left-nav{
        display: flex;
        margin: 20px 5px;
        left: 0;
        margin-right: 0;
    }
    .left-nav ul{
        display: flex;
        list-style: none;
        font-size: 13px;
        margin-right: 20px;
    }
    .left-nav ul a{
        color: rgb(255, 255, 255);
        text-decoration: none;
        margin-left: 10px;
        transition: 0.3s ;
    }
    .left-nav ul a:hover{
        font-size: 15px;
    }
    .left-nav ul input{
        border: 1px solid black;
        color: rgb(0, 0, 0);
    }
    .left-nav ul input:hover{
        background-color: rgb(98, 129, 98);
        border: 3px solid black;
    }
    .right-nav{
        display: flex;
        margin: 20px 5px;
        padding-top: 15px;
        right: 0;
    }
    .right-nav a{
        color: white;
        text-decoration: none;
        font-size: 13px;
        padding-left: 20px;
        transition: 0.3s;
    }
    .right-nav a:hover{
        font-size: 15px;
    }

    .shop-image{
        height: 200px;
        width: 170px;
        margin-bottom: 120px;
        margin-right: 5px;
    
    }
    .shop-image img{
        height: 100%;
        width: 100%;
    }
}